Back to Blog

TypeError: Expected a non-empty string

Category: it
nextjsconfig
Views: 16
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  /* config options here */
  images: {
    remotePatterns: [
      {
        protocol: "https",
        hostname: "unsplashed.com",
      },
    ],
  },
};

export default nextConfig;

only after edited?

Comments (0)

Loading comments...

Log in to Comment